golang.org/x/tools/internal/gcimporter.iexporter.trace (method)

5 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L606: func (p *iexporter) trace(format string, args ...any) {
		iexport.go#L699: 		p.trace("exporting decl %v (%T)", obj, obj)
		iexport.go#L703: 			p.trace("=> %s", obj)
		iexport.go#L1007: 		w.p.trace("exporting type %s (%T)", t, t)
		iexport.go#L1011: 			w.p.trace("=> %s", t)